home *** CD-ROM | disk | FTP | other *** search
- Echo off
- Echo Files from the other GanttPac diskette are required. The program
- Echo diskette is the one needed but if you are not sure, try one. The
- Echo program "SCHEDULE.EXE" is the one we are looking for.
- Echo ------------------------------------------------------------------------
- :Retry2
- Pause
- A:
- If Not Exist Schedule.Exe B:
- If Exist Schedule.Exe GoTo Install3
- Echo That is not the right diskette. Try again
- Echo or press "Ctl Break" to terminate the install.
- Echo ------------------------------------------------------------------------
- Goto Retry2
- :Install3
- Echo The following files are being copied to "C:\Packages\GanttPac".
- Echo ------------------------------------------------------------------------
- Echo Schedule.EXE
- Copy Schedule.EXE C:\Packages\GanttPac\*.*
- Echo Schedule.SKB
- Copy Schedule.SKB C:\Packages\GanttPac\*.KBS
- Copy Easy.L?? C:\Packages\GanttPac\*.*
- Echo ----------------------------------------------------------------------
- Echo If you would like to put your project data files in directories other than
- Echo C:\Packages\GanttPac you should put "C:\Packages\GanttPac" in your Path
- Echo statement and then select the directory with the project files as your
- Echo default directory. Your current path is:
- Path
- Pause
- C:
- CD \Packages\GanttPac
- Menu
- :Exit